HELP - defCmd.page
HelpCommand ReferencedefCmd.page
Description Overview Included files Included by Source
/**
\page defCmd
!!!Documenting a define ( def )
Indicates that a comment block contains documentation for a \#define macro.
!Syntax
\code
\def MAX(x,y)
Computes the maximum of x and y.
\endcode
!Output
The def command does not produce any output of its own, but ensures that the 
documentation comment block is used to document the define specified.
\include separate_docs.inc
*/